*** empty log message ***
authorGlenn Morris <rgm@gnu.org>
Wed, 1 May 2002 23:38:05 +0000 (23:38 +0000)
committerGlenn Morris <rgm@gnu.org>
Wed, 1 May 2002 23:38:05 +0000 (23:38 +0000)
lisp/ChangeLog

index 39ea8417fe110277d63badfe4375423f3165bb95..c05f1f6dd4baf08db9c58c75dcb889e04fbb15ce 100644 (file)
        (f90-end-type-re): Add closing "\\>".
        (f90-indent-region): Correctly indent comments embedded in
        continued lines.
-       (f90-indent-new-line): Make it indent the current line, as it should.
+       (f90-indent-new-line): Make it indent the current line, as it
+       should.
+       (f90-line-continued, f90-get-present-comment-type,
+       f90-looking-at-if-then, f90-indent-line, f90-indent-new-line,
+       f90-indent-region, f90-indent-subprogram, f90-do-auto-fill,
+       f90-join-lines, f90-fill-region, f90-match-end, f90-insert-end,
+       f90-change-keywords): Minor code tidying.
 
        * progmodes/fortran.el (fortran-strip-sequence-nos): Rename from
        typo `fortran-strip-sqeuence-nos'.